Meta description:

The character move a object within range with a define amount of strength and agility.

  • Tags:

    complexAction
  • Name:

    aTelekinesis

  • Displayed name:

    Telekinesis

  • Description:

    The character move a object within range with a define amount of strength and agility.

  • Cast description:

    | AP: aAP * | CD: aCDs | | :---: | :---: | | **Flux: aFluxOrCost ➞ aFluxCost** | **Range: str(vRange)** | On a **str(vTest)** test **MR vMR** [1d20]: The character move an object within range for 30 seconds with the following stats: Strength {vStrength}, Agility {vAgility}, Movement {vMovement}m/s. The caster have to concentrate for 1AP every second to keep this effect.

  • Condition:

    sFlux >= aFluxCost "You don't have enough Flux"

  • AP cost:

    6

  • Cooldown:

    10

  • Flux cost:

    apMod(aAP)*cdMod(aCD)*targetMod(1,0)*durMod(30)*vRange*complexMod*concMod(30,1,1)*effect(((vStrength-7)^2+(vAgility-7)^2+(vMovement-1)^2)*30+30,70)

  • Variables:

    vRange.choice(Range,[10m],[mediumMod]) vStrength.slider(Strength,7,20,1) vAgility.slider(Agility,7,20,1) vMovement.slider(Movement,1,10,1) vTest.choice(Test,[Arcana],[sArcana]) vMR.add(vTest)

  • On used script:

    sFlux.current.change(-aFluxCost) aName.cd.set(aCD)

  • Type:

    1

  • Action effects:

    No effects